home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
3576
/
3576.xpi
/
chrome
/
googleshortcuts.jar
/
content
/
googlebuttonsSettings.xul
< prev
Wrap
Extensible Markup Language
|
2009-12-06
|
3KB
|
85 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://googlebuttons/skin/tut_overlay.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://googlebuttons/locale/googlebuttons.dtd">
<prefwindow
type="prefwindow"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
buttons="extra1, cancel"
buttonlabelextra1="&settingsAcceptButton;"
onload="de.soerenrinne.GoogleButtons.Settings.loadOptions();"
ondialogaccept="de.soerenrinne.GoogleButtons.Settings.saveOptions();"
ondialogextra1="de.soerenrinne.GoogleButtons.Settings.saveOptions();"
title="&settingsTitle;"
autostretch="always"
width="700"
height="600">
<script type="application/x-javascript" src="chrome://googlebuttons/content/googlebuttonsSettings.js" />
<!--<prefpane id="saveoptions" label="Backups">
<preferences>
<preference id="pref-backup" name="de.soerenrinne.googlebuttons.Accounts" type="bool"/>
</preferences>
<checkbox label="Automatically Save Backups" preference="pref-backup"/>
<textbox label="Duration:" preference="pref-backupduration"/>
</prefpane>-->
<prefpane id="servicesoptions" label="&settingsServicesTab;" image="chrome://googlebuttons/skin/servicesSettingsButton.png">
<groupbox>
<caption label="&settingsCaption;"/>
<hbox>
<vbox id="vbox1">
</vbox>
<vbox id="vbox2">
</vbox>
<vbox id="vbox3">
</vbox>
<vbox id="vbox4">
</vbox>
</hbox>
<hbox>
<vbox>
<separator class="thin"/>
<hbox>
<checkbox id="settings" label="&settingsButton;" src="chrome://googlebuttons/skin/settings.gif"/>
<spacer flex="1"/>
</hbox>
</vbox>
</hbox>
</groupbox>
</prefpane>
<prefpane id="displayoptions" label="&settingsDisplayTab;" image="chrome://googlebuttons/skin/displaySettingsButton.png">
<vbox>
<groupbox flex="1">
<caption label="&settingsDisplayCaption;"/>
<radiogroup id="settingsDisplay">
<vbox>
<radio id="toolbar" label="&settingsDisplayToolbar;" />
<radio id="dropdown" label="&settingsDisplayDropdown;" />
</vbox>
</radiogroup>
</groupbox>
<groupbox flex="1">
<caption label="&settingsOrientationCaption;"/>
<hbox>
<radiogroup id="settingsOrientation">
<vbox>
<radio id="orient_horizontally" label="&settingsOrientationHori;" />
<radio id="orient_vertically" label="&settingsOrientationVerti;" />
</vbox>
</radiogroup>
</hbox>
</groupbox>
<groupbox flex="1">
<caption label="&settingTabCaption;"/>
<vbox>
<checkbox id="openintab" label="&settingTabAlwaysOpenNew;"/>
<checkbox id="focustab" label="&settingTabNotFocus;"/>
</vbox>
</groupbox>
</vbox>
</prefpane>
</prefwindow>